home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / st_rtty.lzh / RTTY.DOC next >
Text File  |  1987-04-21  |  4KB  |  87 lines

  1. This is an amateur radio RTTY program for the Atari ST.
  2.  
  3. Capabilities:
  4.     1.    BAUDOT (60,    75, & 100 WPM)
  5.         ASCII (110 & 300 Baud)
  6.      
  7.     2.  Variable size split Screen 
  8.         Drag the MOVE bar on the transmit window to change size
  9.         Type ahead to transmit window during receive.
  10.  
  11.     3.  Write Sessions to disk 
  12.         Received and transmitted characters are written to disk
  13.         in the order they occur on the air.
  14.  
  15.     4.  Read disk files into transmit buffer.
  16.  
  17.     5.  Desk accessory support.  
  18.         NOTE--received characters are written to receive window 
  19.         even while desk accessory is active.  This works OK as
  20.         long as the desk accessory is running in a GEM window because
  21.         RTTY uses GEM to determine if its window is obscured by
  22.         another window.  However, GEM forms (e.g. the standard file
  23.         selector form) are not windows and are not protected from
  24.         being overwritten on the screen by the RTTY program.
  25.  
  26.     6.  Limited line editing for transmitting.
  27.         (delete back to    beginning of current line)
  28.  
  29.     7.  Drop down menus are used for all functions except:
  30.         F1 switches unconditionally and immediately to
  31.             receive mode, and sets RTS off.
  32.         F2 switches unconditionally and immediately to
  33.             transmit mode, sets RTS on, and starts
  34.             transmitting characters from the transmit
  35.             buffer.  When there are none, it holds the
  36.             modem in the MARK state (no diddling).
  37.         F3 inserts a character in the transmit buffer 
  38.             (displayed as a greek letter phi) that is
  39.             not transmitted, but switches back to receive
  40.             mode when it is reached.  Any characters following
  41.             the F3 character remain in the transmit buffer
  42.             and will be sent when F2 is selected again.
  43.         F4 allows deletion of all characters in the transmit
  44.             buffer (after a confirmation).  The deleted
  45.             characters remain in the transmit window in
  46.             the display, however.
  47.  
  48. NOTES:
  49.     RTTY.PRG and RTTY.RSC must reside in the same folder.  The
  50.     program exits immediately if the resource file is missing.
  51.  
  52.     The ASCII/Baudot conversion is from the 1982 ARRL Radio
  53.     Amateur's Handbook, the chapter on Specialized Communications
  54.     Systems.  The FIGS code used is the US Figures (versus the
  55.     CCITT No 2 Figures).  The Bell character (FIGS 5) does not
  56.     ring a bell, but prints a diamond character.  When transmitting
  57.     Baudot, the conversion from ASCII is done as characters are
  58.     removed from the type ahead buffer.  Characters that do not
  59.     translate into Baudot are simply discarded at that time, even
  60.     though they appear on the transmit half of  the screen.
  61.  
  62.     I use the NOTEPAD desk accessory from COMPUTE!  April, 1987
  63.     Atari ST disk if I need a real text editor to compose for
  64.     transmission, which makes up somewhat for the limited
  65.     editing capability of the RTTY program itself.  This is
  66.     the main purpose of the "SWITCH RECORDING..." menu entry.
  67.     It allows you to close the file currently being recorded,
  68.     open a new one for recording, and then NOTEPAD can open
  69.     the old one for inspection, or retransmitting text if you like.
  70.  
  71.     I used Megamax C compiler and resource editor to develop
  72.     this program (but you don't need a C compiler to run it).
  73.  
  74.     This program was written and tested on an Atari 1040ST
  75.     with single disk drive and monochrome monitor.  My RTTY modem
  76.     is a Heathkit HD3030 and my rig is a Kenwood TS-440S.
  77.     I don't know whether this program will work on any other
  78.     hardware although I think it should.  Specifically, the
  79.     color monitor could be a problem. I'd like to hear from anyone that 
  80.     tries this program on a color monitor, as well as from anyone that
  81.     finds this program useful at all.  Please send me a QSL at:
  82.  
  83.     1805 Mayfield
  84.     Round Rock, Texas 78681
  85.  
  86.  
  87.